home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
MISCEOUS
/
GEOMAN22.LZH
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-08-08
|
1KB
|
33 lines
ECHO OFF
cls
REM This is an installation batch file for GEOMANCY
IF .%2==. goto explain
IF .%1==. goto explain
%1:ARCE %1:GEO GEO.EXE *.REG %2: -r
ECHO Now remove the first disk from the %2 drive
ECHO and put a new disk in the %2 drive
PAUSE
%1:ARCE %1:GEO GEODOC.EXE *.DOC *.LST %2: -r
ECHO That's all for now...
GOTO END
:explain
ECHO To install this software on 360k floppy disks:
ECHO First make sure you have formatted at least two new disks.
ECHO Put the new program disk in drive A, and one of the new
ECHO formatted disks in drive B. Then enter this command:
ECHO A:INSTALL A B
ECHO If your drives have different letters than these, just insert
ECHO the correct letters into the command.
ECHO When the installation is complete, the program will be
ECHO on the disk in the B drive. Put the installation disk away
ECHO in a safe place. The disk in the B drive is now your program
ECHO disk. The other formatted disk will be your data disk. You
ECHO can put the program disk in the A drive and run the program
ECHO by entering the command: GEO
ECHO If you already have a data disk, you can use it in the B drive
ECHO now.
ECHO If you want to install the software on a hard disk or high
ECHO capacity floppy, use this command: INSTALLH
GOTO END
:END